home *** CD-ROM | disk | FTP | other *** search
/ Queensland Science Project eChemistry / Queensland Science Project eChemistry (ISBN 9781740818636).iso / chemCal / style / homesheet.css next >
Cascading Style Sheet File  |  2006-10-16  |  1KB  |  78 lines

  1. .hd5  {
  2.     font-weight: bold;
  3.     font-size: 16px;
  4.     font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular
  5. }
  6. .rdhd {
  7.     color: #d00;
  8.     font-size: 15px;
  9.     font-family: Arial, Helvetica, sans-serif
  10. }
  11. a {
  12.     color: #003399;
  13.     text-decoration: none;
  14.     
  15. }
  16. body  {
  17.     color: black;
  18.     font-size: 11px;
  19.     font-family: Verdana, Arial, Helvetica, sans-serif;
  20.     background-attachment: scroll;
  21.     background-image:  url(../images/1chemcalback.jpg);
  22.     background-repeat: no-repeat;
  23.     background-position: 0px 0px;
  24.     background-color: #FFFFFF;
  25. }
  26. p  {
  27.     color: black;
  28.     font-size: 11px;
  29.     font-family: Verdana, Arial, Helvetica, sans-serif
  30. }
  31. td  {
  32.     color: black;
  33.     font-size: 11px;
  34.     font-family: Verdana, Arial, Helvetica, sans-serif
  35. }
  36. .smalltype {
  37.     font-size: 9px;
  38.     font-family: Arial, Helvetica, sans-serif;
  39.     color: #000000;
  40. }
  41. .greynav {
  42.     font-family: Arial, Helvetica, sans-serif;
  43.     font-size: 13px;
  44.     color: #6B6B6B;
  45. }
  46. a:hover {
  47.     text-decoration: underline;
  48. }
  49. .line {
  50.     color: #CC0000;
  51.     border: 1px solid #CC0000;
  52. }
  53. hr {
  54.     color: #CC0000;
  55.     border: 1px solid #CC0000;
  56. }
  57. .login table {
  58.     background: #E6E6E6 url(../images/loginBG.gif) no-repeat;
  59. }
  60. .login form {
  61.     padding: 0px;
  62.     margin: 0px;
  63. }
  64. .login form input {
  65.     width: 240px;
  66. }
  67. .login table.loginBottom {
  68.     background: #E6E6E6 url(../images/login_bottom.gif) bottom no-repeat;
  69. }
  70. .login table tr td.inputs {
  71.     padding: 0 15 0 15px;
  72. }
  73. .login table tr td.myProgress {
  74.     padding: 20 5 8 0px
  75. }
  76. .login table tr td.myProfile {
  77.     padding: 20 0 8 5px
  78. }